Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency immich-app/immich to v1.86.0 #599

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Update Change
immich-app/immich minor v1.85.0 -> v1.86.0

Release Notes

immich-app/immich (immich-app/immich)

v1.86.0

Compare Source

v1.86.0

[!warning]
Breaking Changes

  • The server and mobile app must be on the same version for the application to work correctly.
  • The mobile app might log you out. You will need to log in again for this release since we are changing some of the APIs and cannot auto-resolve when the user is logged in.
  • Docker compose auto-names resources based on the project name, with a fallback to the current folder. In #​4906 we now set the project name to “immich” in our docker compose file. For existing installs, we recommend ignoring this change as it would lead to orphaned resources.

We are sorry for the inconvenience

Highlights

Welcome to release v1.86.0 of Immich. This release brings you some of the highly requested features and a lot of bug fixes and improvements. Let’s dive right into the highlighted features below:

  • Partner sharing on the main timeline (Web & Mobile)
  • New map tile server
  • Support for additional facial recognition models
  • User’s avatar color
  • Notable fix: “Missing” for the recognize faces job now will only process an asset a single time, even when no faces are detected (#​4854)
  • Notable fix: user first/last name has been merged into a single “name” field (#​4915)
Partner sharing on the main timeline

In this release we have added an option to enable parter-shared photos to be displayed in the main timeline. This feature can be enabled on a per-partner basis and can be viewed and updated on both the web and mobile app.

For the web interface: Account’s Setting > Sharing > Show in timeline

image

For the mobile app: from the partner’s view, on the top right corner of the app bar

Related to this new feature, the people-sharing card has been redesigned to make it easier to understand what is being shared, and with whom.

Now that assets from multiple users can appear in the timeline, there are some caveats, namely:

  • You can view partners’ media and add them to an album. No other actions are allowed on those assets.
  • Facial data is not shared (yet)
  • The search result doesn’t include partners’ assets (yet)
  • You cannot favorite partners’ assets (yet)
  • You are at the mercy of the partners' actions (as it should be) on the asset they own. If the partner decides to delete or archive an asset belonging to them, it will not be displayed on your timeline.
  • Partner sharing may result in displaying duplicate assets on the main timeline. We would like to address this soon.
New map tile server

Since Immich has been growing quickly, we got a reminder from the community that we were using OpenStreetMap’s tile server. We have switched to a different default tile server to avoid violating the Tile Usage Policy. This created an opportunity to build our custom layer to make the map’s look-and-feel slicker.

Light Map
Dark Map

Support for additional facial recognition models

We’ve added additional support for antelopev2 and buffalo_m as the supported facial recognition models:

antelopev2 has the same detection model as buffalo_l, but a roughly 50% larger recognition model.
buffalo_m has the same recognition model as buffalo_l, but a smaller detection model.

User’s avatar color

We added an option to change the color of your avatar if you don’t want to upload a profile picture. This mechanism will help to distinguish the user in the Activity panel on the album page.

2023-11-04.15-46-32.mp4

And as always, bugs are fixed, and many other improvements also come with this release.

Please consider supporting the project.

Support

If you find the project helpful, you can support Immich via the following channels.

It is a great way to let me know that you want me to continue developing and working on this project for years to come.

Changelogs

Mobile
Server
Web
Machine Learning
Documentation and CI
Dependencies Updates

New Contributors

Full Changelog: immich-app/immich@v1.85.0...v1.86.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

--- . HelmRelease: immich/immich Deployment: immich/immich-microservices

+++ . HelmRelease: immich/immich Deployment: immich/immich-microservices

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-microservices
-        image: ghcr.io/immich-app/immich-server:v1.85.0
+        image: ghcr.io/immich-app/immich-server:v1.86.0
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         args:
         - ./start-microservices.sh
         env:
--- . HelmRelease: immich/immich Deployment: immich/immich-server

+++ . HelmRelease: immich/immich Deployment: immich/immich-server

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-server
-        image: ghcr.io/immich-app/immich-server:v1.85.0
+        image: ghcr.io/immich-app/immich-server:v1.86.0
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         args:
         - ./start-server.sh
         env:
--- . HelmRelease: immich/immich Deployment: immich/immich-web

+++ . HelmRelease: immich/immich Deployment: immich/immich-web

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-web
-        image: ghcr.io/immich-app/immich-web:v1.85.0
+        image: ghcr.io/immich-app/immich-web:v1.86.0
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         args:
         - ./entrypoint.sh
         env:
--- . HelmRelease: immich/immich Deployment: immich/immich-proxy

+++ . HelmRelease: immich/immich Deployment: immich/immich-proxy

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-proxy
-        image: ghcr.io/immich-app/immich-proxy:v1.85.0
+        image: ghcr.io/immich-app/immich-proxy:v1.86.0
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           valueFrom:
             secretKeyRef:
               key: DATABASE_NAME
--- . HelmRelease: immich/immich Deployment: immich/immich-machine-learning

+++ . HelmRelease: immich/immich Deployment: immich/immich-machine-learning

@@ -25,13 +25,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: immich-machine-learning
-        image: ghcr.io/immich-app/immich-machine-learning:v1.85.0
+        image: ghcr.io/immich-app/immich-machine-learning:v1.86.0
         imagePullPolicy: IfNotPresent
         env:
         - name: DB_DATABASE_NAME
           valueFrom:
             secretKeyRef:
               key: DATABASE_NAME

Copy link

--- . Kustomization: flux-system/flux-system HelmRelease: immich/immich

+++ . Kustomization: flux-system/flux-system HelmRelease: immich/immich

@@ -57,13 +57,13 @@

         valueFrom:
           secretKeyRef:
             name: database-immich-user
             key: DATABASE_NAME
       LOG_LEVEL: verbose
     image:
-      tag: v1.85.0
+      tag: v1.86.0
     server:
       resources:
         requests:
           cpu: 15m
           memory: 512M
     microservices:

@bo0tzz bo0tzz merged commit ed484b7 into main Nov 14, 2023
2 checks passed
@renovate renovate bot deleted the renovate/immich-app-immich-1.x branch November 14, 2023 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant